Skip to content

Fix list points to display as integers instead of decimals#1548

Open
kirameku26 wants to merge 1 commit into
kenkoooo:mainfrom
kirameku26:Fix-list-points-to-display-as-integers-instead-of-decimals
Open

Fix list points to display as integers instead of decimals#1548
kirameku26 wants to merge 1 commit into
kenkoooo:mainfrom
kirameku26:Fix-list-points-to-display-as-integers-instead-of-decimals

Conversation

@kirameku26

Copy link
Copy Markdown
Contributor

fix #1543
もともとlist欄はpointが100の倍数でないと.00が数字の後についてしまっていたため、1の倍数でないときのみ表示するようにした
スクリーンショット 2026-06-15 20 39 09
スクリーンショット 2026-06-15 20 39 31

@kenkoooo kenkoooo left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isInteger 的なやつを使って欲しいです。そもそも小数になるのってどういうときなんでしょう?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

list欄の問題のPointが100の倍数でないと.00がついてしまう

2 participants